Shifts the current value right by the specified number of bits.
Performs an signed (arithmetic) shift if TSelf is signed; otherwise sets the high-order bits to zero. Discards the low-order bits.
UInt16N INumeric<UInt16N>.RightShift(
int count
)
Private Function RightShift (
count As Integer
) As UInt16N Implements INumeric(Of UInt16N).RightShift
private:
virtual UInt16N RightShift(
int count
) sealed = INumeric<UInt16N>::RightShift
private abstract RightShift :
count : int -> UInt16N
private override RightShift :
count : int -> UInt16N